home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / boosters.arc / EXEC.PAS < prev    next >
Pascal/Delphi Source File  |  1980-01-01  |  371b  |  7 lines

  1. { ----------------------------------------------
  2.   EXEC invokes compiled programs and batch files
  3.   then returns control to caller.
  4.   ---------------------------------------------- }
  5. Procedure Exec  ( VAR FileDesc, CommandLine  : AnyString;
  6.                   VAR Code                   : Integer);
  7.                                                external 'TBX.COM';